home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / nuke2.arc / NUKEIT.BAT < prev    next >
DOS Batch File  |  1990-08-23  |  196b  |  9 lines

  1. @echo off
  2. rem be sure to add your paths to safenuke, nuke2 (or nuke2A) and yesman.fil
  3. safenuke %1
  4. if errorlevel 2 goto doit
  5. if errorlevel 1 goto exit
  6. :doit
  7. nuke2 %1 <yesman.fil >nul
  8. :exit
  9.